CHANGE

Syntax: CHANGE old_drv1$ TO new_drv2$ 
Location: TinyToolkit

This command allows you to rename directory devices.

All directory device names are in the form xxxn_, where xxx identifies the drive type (eg. FLP) and n the drive number (1..8).

CHANGE replaces the xxx part of a device name by a user defined name.  This new name can already exist but both parameters must consist of three letters.

Example:
CHANGE "ram" TO "mdv"
makes the system believe that a ramdisk is a microdrive. 

NOTE:
If a device name is in ROM (eg. possibly mdv on QLs without floppy disk drives), the error -20 (read only) will be reported.

CROSS-REFERENCE:
FLP_USE and RAM_USE work similarly.
